home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / tcp tools / weatherex12 / weatherexperience.doc < prev    next >
Text File  |  1996-09-05  |  5KB  |  113 lines

  1. __        __         _   _
  2. \ \      / /__  __ _| |_| |__   ___ _ __
  3.  \ \ /\ / / _ \/ _` | __| '_ \ / _ \ '__|
  4.   \ V  V /  __/ (_| | |_| | | |  __/ |
  5.    \_/\_/ \___|\__,_|\__|_| |_|\___|_|
  6.                         _____                      _
  7.                        | ____|_  ___ __   ___ _ __(_) ___ _ __   ___ ___
  8.                        |  _| \ \/ / '_ \ / _ \ '__| |/ _ \ '_ \ / __/ _ \
  9.                        | |___ >  <| |_) |  __/ |  | |  __/ | | | (_|  __/
  10.                        |_____/_/\_\ .__/ \___|_|  |_|\___|_| |_|\___\___| 1.2
  11.                                   |_|
  12.  
  13. Introduction
  14. ¯¯¯¯¯¯¯¯¯¯¯¯
  15. WeatherExperience was written after I saw WinWeather on a PC.  I thought it
  16. looked interesting and I'm always looking for new, interesting TCP/IP
  17. applications to program.  WeatherExperience, like WinWeather, uses some
  18. servers in the US that get their data from the National Weather Service.
  19. WeatherExperience downloads weatherdata for the cities you tell it to, and
  20. displays it in a listview.
  21.  
  22. Please give me your comments about the program, the future of any of my
  23. programs depends very much on the amount of feedback I get from the users!
  24.  
  25. Features
  26. ¯¯¯¯¯¯¯¯
  27.  · Can monitor weatherdata for 558 cities in the US and 93 non-US cities.
  28.  · Can convert measurements to various units like Celcius, Fahrenheit,
  29.    Kelvin, meter/second, miles per hour and knots.
  30.  · Almost 100% asynchronous network operation (you can use the GUI while the
  31.    program is fetching weatherdata, and you can abort at almost any time).
  32.  · Updates weatherdata display after a user-configurable delay.
  33.  
  34. Requirements
  35. ¯¯¯¯¯¯¯¯¯¯¯¯
  36.  · AmigaOS 2.04 or higher
  37.  · MUI 3.3 or higher
  38.  · A TCP/IP stack (like AmiTCP, Miami, As225, Inet225 or mlink)
  39.  
  40. Legal information
  41. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  42. WeatherExperience is Copyright © 1996 Ultima Thule Software.
  43. WeatherExperience is freeware, which means that you are allowed to use and
  44. distribute it freely if you don't modify any of the included files.  The
  45. author of WeatherExperience assumes no responsibility for what this program
  46. might do, you are using it at your own risk.  However, WeatherExperience has
  47. of course been tested quite thoroughly and should not cause any problems.
  48.  
  49. Usage
  50. ¯¯¯¯¯
  51. WeatherExperience should be quite easy to use, at least none of my
  52. betatesters had any problems figuring it out. :)
  53.  
  54. Just choose the "Settings/WeatherExperience..." menuitem the first time you
  55. start the program and modify the measurement units and list of displayed
  56. cities to suit you (use drag and drop to move entries from the listview on
  57. the left to the listview on the right).  Then try pressing "Refresh" in the
  58. main window, and you should see weatherdata flow into your system. :)
  59.  
  60. If you get stuck, try holding the mousepointer over a gadget for a while,
  61. most gadgets have bubblehelp.
  62.  
  63. Have fun!
  64.  
  65. Author
  66. ¯¯¯¯¯¯
  67. SnailMail: Troels Walsted Hansen
  68.            O.L. Aunesgate 15
  69.            9009 Tromsø
  70.            NORWAY
  71.  
  72. Email:     troels@stud.cs.uit.no
  73.  
  74. WWW:       http://www.cs.uit.no/~troels
  75.  
  76. IRC nick:  Troels
  77.  
  78. Feel free to contact me about anything related to WeatherExperience.
  79.  
  80. Thanks to
  81. ¯¯¯¯¯¯¯¯¯
  82.  · Petter Nilsen, Oliver Wagner and Bjørn Reese for help with making 
  83.    the network code in WeatherExperience asynchronous.
  84.  · Petter Nilsen for the multitcp & the timer code. 
  85.  · Stefan Stuntz for MUI, the best GUI system on the Amiga..
  86.  · The Prodigy for the name and a cool concert earlier this year. :)
  87.  · National Weather Service for the data, I only wish they had more non-US
  88.    cities covered and more detailed information about those cities. :(
  89.  · The nice calculator at http://nwselp.epcc.edu/elp/wxcalc.html
  90.  
  91. Version history
  92. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  93. WeatherExperience 1.0 (20.7.96)
  94.  · First release to AmiNet.
  95.  
  96. WeatherExperience 1.1 (21.7.96)
  97.  · Of course, the good boys at the National Weather Service just had to
  98.    change the format of the data the day I released WeatherExperience.
  99.    That broke the parsing of weatherdata for all non-US cities.
  100.  · The weather boys also changed the spelling of a few cities:
  101.    "Capetown" -> "Cape town"
  102.    "Ho Chi Minh Ct" -> "Ho Chi Minh Cty"
  103.    "Nagano" -> "Ngano" (?!)
  104.    "St.Petersburg" -> "St. Petersburgh"
  105.  · Information for Shanghai, China now available
  106.  
  107. WeatherExperience 1.2 (23.7.96)
  108.  · Guess what... They changed the format of the data back.. Aaaargh.
  109.    That means all changes done from 1.0->1.1 has been reversed for 1.2. :(
  110.  · The main listview with the weatherdata now jumps to display the last 
  111.    inserted city if the scrollbar is at the bottom.
  112.    (Suggested by Troy D. Davis)
  113.